Stephen Kitt [Fri, 10 Apr 2020 20:03:33 +0000 (21:03 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Mon, 16 Mar 2020 22:08:22 +0000 (22:08 +0000)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Sun, 21 Jul 2019 15:53:07 +0000 (16:53 +0100)]
Link with libatomic explicitly
Some architectures (mipsel...) don't include libatomic by default, and
the build fails there. Since we're linking with --as-needed, we can
safely add -latomic everywhere.
Stephen Kitt [Sun, 21 Jul 2019 15:53:07 +0000 (16:53 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Tue, 16 Jul 2019 11:56:08 +0000 (12:56 +0100)]
Link with libatomic explicitly
Some architectures (mipsel...) don't include libatomic by default, and
the build fails there. Since we're linking with --as-needed, we can
safely add -latomic everywhere.
Stephen Kitt [Tue, 16 Jul 2019 11:56:08 +0000 (12:56 +0100)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Stephen Kitt [Tue, 16 Jul 2019 11:56:08 +0000 (12:56 +0100)]
lgogdownloader (3.5-2) unstable; urgency=medium
* Only build with Qt on architectures with Qt5WebEngineWidgets.
* Link with libatomic; this should fix the build on architectures such
as mipsel which need explicit -latomic.
Stephen Kitt [Tue, 18 Dec 2018 08:20:55 +0000 (08:20 +0000)]
Avoid storing non-reproducible information
This drops git information as well as the build architecture (from the
user agent). The former varies depending on the availability of git
tools, the latter varies depending on the build host.
Sude [Thu, 19 Jan 2017 22:15:50 +0000 (00:15 +0200)]
Fix crash in Website::getGames
JSON value for updates can be null in some cases. For example when user owns a dlc but not the base game.
This caused a crash due to std::stoi throwing std::invalid_argument exception